home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 2499.ZIP / EXEBRS.ZIP / EXEBRSR.DOC next >
Text File  |  1990-10-24  |  2KB  |  58 lines

  1.             Exe Browser Version 1.0
  2.  
  3. Due to the large volume of people asking to know what the format of
  4. the Exe file is for windows 3.0, I have written this program to display
  5. what I BELIEVE are the proper values.  I have spent several weeks picking
  6. apart the EXE file and I THINK that these values are correct.  I have
  7. tried to verify these against many different programs.  One thing you
  8. will find out through using this -- There are various formats produced due
  9. to the different versions of the Resource compiler and Linker that were used.
  10.  
  11. I am continuing to update this. Due to the the fact that the Developers
  12. notes will not ship for a few more months it will take me a little bit
  13. longer to perfect this. It seems like several people would like to be able
  14. to examine the EXE file now; so I am releasing this a little early.
  15. I hope that this will helps you find what you need to know.
  16. if not perhaps a donation of $20.00 would help me send you the source code.
  17.  
  18.              Usage [-flag] Filename
  19.  
  20.    -h   : Displays Detailed Header info and Resource Hex Dump
  21.    -d#  : Size of Bytes to Dump for Resources Defaults to 128 bytes
  22.    -n#  : Displays up to (#) items from the various tables Defaults to 16
  23.    -r   : Display a Hex Dump of The Resources only
  24.    -t   : Display the Types of Resources only -- No Hex Dump
  25.  
  26.    the program defaults to just displaying the New Exe Header and it will
  27.    append both .EXE and .DLL to try and open the file.
  28.  
  29.    Note: Option -h will have no effect when used with -r or -t
  30.  
  31.      To display the Resources, up to 5 Names, and dump 256 Bytes
  32.      of each resource unless the resources size is smaller for the
  33.      file GDI.EXE you could use the following syntax.
  34.  
  35.      ExeBrsr -rn5d256 gdi         -- no white space between options --
  36.           or
  37.      ExeBrsr -r -n5 -d256 gdi.exe
  38.  
  39. If you find the program useful please register it with me.
  40.  
  41. Please send 5.00 to :
  42.  
  43.      Jay Giganti
  44.      5768 Wyckfield Way
  45.      Indianapolis, IN. 46220.
  46.  
  47. Registration will entitle you to $10.00 off of the Resource Decompiler
  48. that I am working on.  Tentatively the release date is 12/01/90,
  49. You will also be entitled to Version 2.00 of this program free.
  50.  
  51. Version 2.00 which is already in the works will Dump the actual format
  52. of the resources, not just a hex Dump. So for an Icon Directory you
  53. would see the Width, Height, Ofset of the DIB, Size of the DIB etc.
  54.  
  55. If you have any comments please send them to me on CIS @ [72037,2225]
  56.  
  57. Jay Giganti.
  58.